Quill of Feyfolken 2.0-OpenMW-Patch

Index:
1. Description
2. Requirements
3. Installation
4. Version Notes
5. Credits
6. Disclaimer
7. Details / How it was done (mostly as a history for myself)

1. Description:
Fixes Quill of Feyfolken 2.0 to work with OpenMW(tested on v0.46).

2. Requirements:
- OpenMW (this patch is omwaddon)
- Quill of Feyfolken 2.0

3. Installation:
- Install as any other plugin.
- Load it after plugin it patches.
  
4. Version Notes:
- 1.0: Initial release

5. Credits:
- Bethesda: The Elder Scrolls, Morrowind
- OpenMW team: OpenMW, OpenMW-CS
- Dormouse: Quill of Feyfolken
- Qarl: Qarl's Misc Item Replacer (parts of it used in Quill of Feyfolken)
- kuyondo: instructions how to fix script here:
    https://forum.openmw.org/viewtopic.php?f=40&t=5321#p57059
- John Moonsugar: tes3cmd
- Hristos: Modding-OpenMW.com (where i found information about this mod)
- alvazir: this patch

6. Disclaimer:
You may do whatever you want with this plugin. Just remember to mention credits.

7. Details / How it was done (mostly as a history for myself)

First tested plugins to check for errors:
  Load plugin
  Run game
    player->additem "misc_quill_feyfolken" 1
    Try to equip quill
    check for errors in openmw.log:
      Warning: FeyfolkenQuill line 73, column 57 (1): Extra argument
      Error: FeyfolkenQuill line 92, column 58 (misc_soulgem_grand): Unexpected name
      Error: script compiling failed: FeyfolkenQuill
  Start OpenMW-CS -> Create a New Addon -> Select "Quill of Feyfolken 2.0.esp"
  Set name: Quill of Feyfolken 2.0-OpenMW-Patch.omwaddon
  Mechanics -> scripts
  Filter: !string("id", "feyfolkenquill")
  Edit record as per instructions from kuyondo:
    https://forum.openmw.org/viewtopic.php?f=40&t=5321#p57059
      L73: Remove "1" at the end of line
      L92: Remove "misc_soulgem_grand "
      L113,L116: Remove "misc_soulgem_grand 1" at the end of line
  Save
  Test
    Start new game
    player->additem "misc_quill_feyfolken" 1
    player->additem "sc_blank1" 5
    player->setmagicka 200
Write down this readme
7z a "Quill of Feyfolken 2.0-OpenMW-Patch.7z" "Quill of Feyfolken 2.0-OpenMW-Patch.omwaddon" "Quill of Feyfolken 2.0-OpenMW-Patch-README.txt"
